Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…t, and release checklist for verify-artifact action Co-authored-by: chrismaz11 <24700273+chrismaz11@users.noreply.github.com>
Co-authored-by: chrismaz11 <24700273+chrismaz11@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add live end-to-end validation for TrustSignal artifact
Harden TrustSignal Verify Artifact: request timeout, dist alignment, live integration test, release checklist
Mar 18, 2026
Collaborator
|
@copilot i updated the setup worklow yml |
…main.yml) Co-authored-by: chrismaz11 <24700273+chrismaz11@users.noreply.github.com>
Contributor
Author
Picked up your
The |
Copilot
AI
changed the title
Harden TrustSignal Verify Artifact: request timeout, dist alignment, live integration test, release checklist
Harden TrustSignal Verify Artifact: request timeout, dist alignment, live integration test, release checklist, and integration workflow
Mar 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Moves the
TrustSignal Verify ArtifactGitHub Action from locally-validated to enterprise-credible: enforces dist/source alignment in CI, adds a live integration test path, tightens the security posture, formalizes the release process, and adds a complete end-to-end integration workflow.Summary
AbortControllertimeout tocallVerificationApi— prevents the action from hanging on unresponsive API endpoints;AbortErrorsurfaces as a clean message with no header or secret leakagescripts/check-dist.js— SHA-256 comparessrc/index.jsvsdist/index.js; fails with anpm run buildhint on drift; wired intonpm run validateand the CI jobscripts/integration-test.js— exercises all four output fields (verification_id,status,receipt_id,receipt_signature) against a real API using actualfetch(no mocks); skips cleanly when credentials are absentverify-artifact-actionjob to.github/workflows/ci.ymlwithpermissions: contents: readrunningcheck→check:dist→test:localon every push/PR.github/workflows/main.yml— complete integration workflow: checks out repo, builds a release artifact, calls the TrustSignal action via local monorepo path with secrets (TRUSTSIGNAL_API_BASE_URL,TRUSTSIGNAL_API_KEY), and recordsverification_id,status, andreceipt_idoutputs; runs on push tomasterandworkflow_dispatchwithfail_on_mismatch: trueandpermissions: contents: readdocs/release-checklist.md: dist alignment, validation, semver tagging, post-release verification, and Marketplace publication stepsdocs/integration.md: full request/response contract table, security behavior, live test instructions; removed stale limitationsdocs/integrations/github-action.md: response field mapping table, timeout/fail-closed notes, validation sectionCONTRIBUTING.mdandREADME.mdto reflect new scripts and validation flowAI Disclosure (optional)
Review Checklist
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.